@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a, a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
	color: #333;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-family: '微软雅黑', '宋体', '黑体'
}

#container {
	text-align: left;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img {
	width: 100%;
	vertical-align: middle;
}

.container {
	width: 80%;
	margin: 0 auto;
	max-width: 1300px;
}

/*------------------------------------------------------------
	头部
------------------------------------------------------------*/

#gHeader .heaCon {
	padding: 10px 0 15px;
}

#gHeader .top {
	background: url(../../images/common/topBg.jpg) no-repeat right top;
	height: 26px;
	line-height: 26px;
	text-align: right;
}

#gHeader .top a {
	color: #aaa;
	display: inline-block;
	padding: 0 8px 0 5px;
	line-height: 16px;
	border-right: 1px solid #bbb;
}

#gHeader .top a:last-child {
	border-right: none;
}

#gHeader .logo {
	width: 259px;
}

#gHeader .text {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #dedede;
	margin-top: 4px;
}

#gHeader .text strong {
	font-size: 21px;
	color: #f26b2f;
}

#gHeader .text p {
	font-size: 17px;
	line-height: 30px;
}

#gHeader .tel {
	padding-left: 50px;
	background: url(../../images/common/tel.png) no-repeat left center;
	background-size: 40px;
}

#gHeader .tel p {
	font-size: 15px;
	line-height: 20px;
	color: #555;
	margin-top: 6px;
}

#gHeader .tel strong {
	font-size: 24px;
	color: #0095eb;
	display: block;
}

#gNavi {
	border-top: 1px solid #dedede;
	line-height: 50px;
}

#gNavi li {
	width: 12.5%;
	float: left;
	text-align: center;
	border-right: 1px solid #dedede;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

#gNavi li:first-child {
	border-left: 1px solid #dedede;
}

#gNavi li:before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	height: 3px;
	background: #0095eb;
	display: none;
}

#gNavi li a {
	display: block;
	font-size: 16px;
	color: #333;
}

#gNavi li.on:before, #gNavi li:hover:before {
	display: block;
}

#gNavi li.on>a, #gNavi li:hover>a {
	color: #0095eb;
}

#gNavi li .drop {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 100;
	box-shadow: 0 8px 12px rgba(0, 0, 0, .2);
	display: none;
}

#gNavi li:hover .drop {
	display: block;
}

#gNavi li .drop a {
	display: block;
	font-size: 15px;
	line-height: 45px;
	border-top: 1px solid #dedede;
}

#gNavi li .drop a.on, #gNavi li .drop a:hover {
	color: #fff;
	background: #0095eb;
}

/* 内页公共样式 */

.hot {
	padding: 20px 0;
	position: relative;
}

.hot:before {
	content: "";
	position: absolute;
	left: 0;
	width: 31%;
	top: 0;
	bottom: 0;
	background: #0095eb;
	z-index: -1;
}

.hot:after {
	content: "";
	position: absolute;
	right: 0;
	width: 69%;
	top: 0;
	bottom: 0;
	background: #f6f6f6;
	z-index: -1;
}

.hot .form {
	width: 22%;
	margin-right: 35px;
}

.hot .form form {
	position: relative;
}

.hot .form input[type="text"] {
	width: 100%;
	height: 34px;
	line-height: 32px;
	padding: 0 65px 0 5px;
	box-sizing: border-box;
	border: 1px solid #dedede;
	background: #fff;
}

.hot .form .btn {
	width: 60px;
	position: absolute;
	right: 1px;
	top: 1px;
	height: 32px;
	line-height: 32px;
	background: #0095eb;
	color: #fff;
	text-align: center;
	border: none;
	font-size: 14px;
	cursor: pointer;
}

.hot li {
	display: inline-block;
	line-height: 34px;
	color: #676767;
}

.hot li a {
	display: block;
	padding: 0 10px;
	color: #676767;
}

.sec {
	margin-top: 30px;
}

.sec .title {
	text-align: center;
}

.sec .title h2 {
	font-size: 28px;
	letter-spacing: 1px;
	color: #0095eb;
}

.sec .title span {
	display: block;
	width: 50px;
	height: 3px;
	margin: 8px auto 10px;
	background: #0095eb;
}

.sec .title p {
	line-height: 26px;
	font-size: 14px;
	text-transform: uppercase;
	color: #666;
}

/*------------------------------------------------------------
	底部
------------------------------------------------------------*/

#gFooter {
	margin-top: 30px;
	overflow: hidden;
	background:  url(../../images/common/foot_bg.jpg) no-repeat left center;
	background-size:cover;
	color: #fff;
}

#gFooter .nav {
	border-top: 1px solid #dedede;
	background: #fff;
}

#gFooter .nav li {
	width: 12.5%;
	float: left;
	padding: 13px 0;
	text-align: center;
}

#gFooter .nav li a {
	display: block;
	border-right: 1px solid #dedede;
	font-size: 15px;
}

#gFooter .nav li:last-child a {
	border-right: none;
}

#gFooter .ftCon {
	padding: 30px 0;
}

#gFooter .lxText {
	width: 35%;
}

#gFooter .lxText h3 {
	font-size: 18px;
	margin-bottom: 18px;
}

#gFooter .lxText .tex {
	margin: 8px 0;
	overflow: hidden;
	line-height: 32px;
}

#gFooter .lxText .tex span {
	display: block;
	float: left;
	width: 32px;
}

#gFooter .lxText .tex p {
	font-size: 14px;
	margin-left: 40px;
}

#gFooter .lxText .tex p strong {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
}

#gFooter .midd {
	border-left: 1px solid #fefefe;
	border-right: 1px solid #fefefe;
	padding: 0 15px;
	width: 35%;
	box-sizing: border-box;
	text-align: center;
	height: 212px;
}

#gFooter .midd img {
	width: 220px;
	margin-bottom: 10px;
}

#gFooter .midd p {
	font-size: 13px;
	line-height: 30px;
	margin-top: 10px;
}

#gFooter .midd p a {
	color: #fff;
}

#gFooter .ewm {
	width: 30%;
	text-align: center;
}

#gFooter .ewm .box {
	display: inline-block;
	width: 48%;
	margin-top: 8%;
}

#gFooter .ewm .box img {
	width: 60%;
}

#gFooter .ewm .box p {
	font-size: 14px;
	margin-top: 6px;
}

#gFooter .ts {
	line-height: 30px;
	text-align: center;
	margin-top:10px;
}

.fixed {
	position: fixed;
	right: 10px;
	top: 50%;
	margin-top: -180px;
	z-index: 999999;
}

.fixed li {
	margin: 10px 0;
	position: relative;
	width: 48px;
}

.fixed li span {
	display: block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: rgba(0, 0, 0, .2);
	border-radius: 50%;
	position: relative;
	z-index: 110;
}

.fixed li span img {
	width: 30px;
}

.fixed li .tex {
	position: absolute;
	top: 0;
	right: -10px;
	width: 0px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	background: #0095eb;
	color: #fff;
	text-align: center;
	font-size: 17px;
	transition: 0.3s;
	z-index: 100;
}

.fixed li .tex a {
	display: block;
	color: #fff;
}

.fixed li:hover .tex {
	width: 250px;
	right: 0;
}

.fixed li .ewm {
	background: #0095eb;
	text-align: center;
	padding: 15px 0;
	position: absolute;
	top: -20%;
	right: -48px;
	width: 0px;
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
	transition: 0.3s;
}

.fixed li .ewm img {
	width: 130px;
	margin: 0 auto 5px;
	display: block;
}

.fixed li:hover .ewm {
	width: 160px;
	right: 48px;
}

.fixed li span.yb_top {
	background: #0095eb;
	cursor: pointer;
}

.sp {
	display: none !important;
}

@media all and (min-width: 1023px) and (max-width: 1600px) {
	#gHeader .text {
		padding: 3px 0 3px 10px;
	}
	#gHeader .text strong {
		font-size: 19px;
	}
	#gHeader .text p {
		font-size: 16px;
	}
	#gNavi li .drop a {
		font-size: 14px;
	}
	.hot:before {
		width: 29%;
	}
	.hot:after {
		width: 71%;
	}
}

@media all and (min-width: 1023px) and (max-width: 1440px) {
	#gFooter .lxText .tex p {
		font-size: 13px;
	}
	#gFooter .lxText .tex p strong {
		font-size: 16px;
	}
	#gFooter .midd img {
		width: 200px;
	}
	#gFooter .ewm .box p {
		font-size: 13px;
	}
}

@media all and (min-width: 1023px) and (max-width: 1400px) {
	#gNavi {
		line-height: 42px;
	}
	#gNavi li a {
		font-size: 15px;
	}
	#gNavi li .drop {
		top: 42px;
		right: -20px;
	}
	#gNavi li .drop a {
		font-size: 14px;
		line-height: 38px;
	}
}

@media all and (min-width: 1023px) and (max-width: 1300px) {
	.container {
		width: 90%;
	}
	.hot:before {
		width: 27%;
	}
	.hot:after {
		width: 73%;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
	.fl, .fr {
		float: inherit;
	}
	.container {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		max-width: inherit;
	}
	/*------------------------------------------------------------
		头部
	------------------------------------------------------------*/
	#gHeader .heaCon {
		padding: 8px 10px;
	}
	#gHeader .top {
		display: none;
	}
	#gHeader .logo {
		width: 200px;
	}

#gHeader .logo img {
	width:200px
}
	#gHeader .logo h1 {
		line-height: 1;
	}
	#gHeader .text {
		display: none;
	}
	#gHeader .tel {
		display: none;
	}
	#gHeader .menu {
		position: absolute;
		right: 10px;
		top: 22px;
		width: 30px;
		z-index: 90;
	}
	#gNavi {
		border-top: none;
		line-height: 40px;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: 110;
		background: #fff;
		padding-top: 40px;
		overflow-y: scroll;
		display: none;
	}
	#gNavi span.close {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 35px;
		height: 35px;
		z-index: 200;
		background: url(../../images/common/close.png) no-repeat;
		background-size: cover;
	}
	#gNavi li {
		width: 100%;
		float: inherit;
		border-right: none;
		text-align: left;
	}
	#gNavi li:first-child {
		border-left: none;
	}
	#gNavi li:before {
		content: "";
		display: none;
	}
	#gNavi li a {
		font-size: 15px;
		padding-left: 20px;
	}
	#gNavi li.on>a {
		border-bottom: 2px solid #0095eb;
	}
	#gNavi li.on:before, #gNavi li:hover:before {
		display: none;
	}
	#gNavi li:nth-child(2)>a, #gNavi li:nth-child(3)>a, #gNavi li:nth-child(6)>a,#gNavi li:nth-child(7)>a {
		background: url(../../images/common/jt.png) no-repeat right center;
		background-size: 18px;
	}
	#gNavi li:nth-child(2).on>a, #gNavi li:nth-child(3).on>a, #gNavi li:nth-child(6).on>a, #gNavi li:nth-child(7).on>a {
		background-image: url(../../images/common/jt1.png);
	}
	#gNavi li .drop {
		position: inherit;
		top: inherit;
		left: inherit;
		right: inherit;
		margin: 0 20px;
		box-shadow: none;
	}
	#gNavi li.on .drop {
		display: block;
		border-bottom: 3px solid #efefef;
	}
	#gNavi li .drop a {
		font-size: 14px;
		line-height: 35px;
		border-bottom: 1px dashed #dedede;
		border-top: none;
		border-radius: 3px;
	}
	/* 内页公共样式 */
	.hot {
		padding: 12px 0;
	}
	.hot:before {
		display: none;
	}
	.hot:after {
		width: 100%;
	}
	.hot .form {
		width: 100%;
		margin: 0 0 8px;
	}
	.hot ul {
		display:none
	}
	.hot li {
		line-height: 25px;
	}
	.hot li a {
		padding: 0 8px;
	}
	.sec {
		margin-top: 20px;
	}
	.sec .title {
		text-align: center;
	}
	.sec .title h2 {
		font-size: 26px;
	}
	/*------------------------------------------------------------
		底部
	------------------------------------------------------------*/
	#gFooter {
		margin-top: 20px;
	}
	#gFooter .nav li {
		width: 20%;
		padding: 5px 0;
	}
	#gFooter .nav li a {
		font-size: 13px;
	}
	#gFooter .nav li:nth-child(5) a {
		border-right: none;
	}
	#gFooter .ftCon {
		padding: 20px 10px;
	}
	#gFooter .lxText {
		width: 100%;
	}
	#gFooter .lxText h3 {
		font-size: 16px;
		margin-bottom: 8px;
	}
	#gFooter .lxText .tex {
		line-height: 30px;
	}
	#gFooter .lxText .tex span {
		width: 25px;
	}
	#gFooter .lxText .tex p {
		font-size: 13px;
		margin-left: 30px;
	}
	#gFooter .lxText .tex p strong {
		font-size: 16px;
	}
	#gFooter .midd {
		border-left: none;
		border-right: none;
		padding: 0 0px;
		width: 100%;
		height: inherit;
	}
	#gFooter .midd img {
		margin-bottom: 10px;
	}
	#gFooter .midd p {
		font-size: 13px;
		line-height: 20px;
	}
	#gFooter .ewm {
		width: 100%;
	}
	#gFooter .ewm .box p {
		font-size: 13px;
	}
	#gFooter .ts {
		line-height: 20px;
		padding: 5px 0;
		font-size: 12px;
	}
	.fixed {
		display: none;
	}
}